home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dbsrch02 / dbslocat.dfm / dbslocat.txt
Text File  |  1995-12-22  |  2KB  |  119 lines

  1. object DLGLocate: TDLGLocate
  2.   Left = 170
  3.   Top = 97
  4.   Width = 381
  5.   Height = 308
  6.   ActiveControl = txtSearchString
  7.   Caption = 'Locate Value'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   OnKeyDown = FormKeyDown
  15.   TextHeight = 16
  16.   object GroupBox1: TGroupBox
  17.     Left = 25
  18.     Top = 20
  19.     Width = 216
  20.     Height = 53
  21.     Caption = 'Value:'
  22.     TabOrder = 0
  23.     object txtSearchString: TEdit
  24.       Left = 8
  25.       Top = 20
  26.       Width = 201
  27.       Height = 24
  28.       TabOrder = 0
  29.       OnChange = txtSearchStringChange
  30.     end
  31.   end
  32.   object GroupBox2: TGroupBox
  33.     Left = 25
  34.     Top = 80
  35.     Width = 216
  36.     Height = 117
  37.     TabOrder = 1
  38.     object Bevel1: TBevel
  39.       Left = -1
  40.       Top = 40
  41.       Width = 214
  42.       Height = 13
  43.       Shape = bsBottomLine
  44.     end
  45.     object cbxCaseSensitive: TCheckBox
  46.       Left = 12
  47.       Top = 20
  48.       Width = 121
  49.       Height = 17
  50.       Caption = '&Case Sensitive'
  51.       State = cbChecked
  52.       TabOrder = 0
  53.     end
  54.     object rbExactMatch: TRadioButton
  55.       Left = 8
  56.       Top = 64
  57.       Width = 121
  58.       Height = 17
  59.       Caption = '&Exact Match'
  60.       Checked = True
  61.       TabOrder = 1
  62.       TabStop = True
  63.     end
  64.     object rbPatternMatch: TRadioButton
  65.       Left = 8
  66.       Top = 88
  67.       Width = 121
  68.       Height = 17
  69.       Caption = '@ &and ..'
  70.       TabOrder = 2
  71.     end
  72.   end
  73.   object GroupBox3: TGroupBox
  74.     Left = 25
  75.     Top = 212
  76.     Width = 216
  77.     Height = 57
  78.     Caption = 'Fields:'
  79.     TabOrder = 2
  80.     object cbxFields: TComboBox
  81.       Left = 8
  82.       Top = 20
  83.       Width = 201
  84.       Height = 24
  85.       ItemHeight = 16
  86.       TabOrder = 0
  87.     end
  88.   end
  89.   object bOK: TButton
  90.     Left = 259
  91.     Top = 44
  92.     Width = 89
  93.     Height = 33
  94.     Caption = '&OK'
  95.     Default = True
  96.     Enabled = False
  97.     TabOrder = 3
  98.     OnClick = bOKClick
  99.   end
  100.   object bCancel: TButton
  101.     Left = 259
  102.     Top = 84
  103.     Width = 89
  104.     Height = 33
  105.     Caption = '&Cancel'
  106.     TabOrder = 4
  107.     OnClick = bCancelClick
  108.   end
  109.   object bHelp: TButton
  110.     Left = 259
  111.     Top = 124
  112.     Width = 89
  113.     Height = 33
  114.     Caption = '&Help'
  115.     TabOrder = 5
  116.     OnClick = bHelpClick
  117.   end
  118. end
  119.